ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / AutoGenerateColumns Property

In This Topic
    AutoGenerateColumns Property (FlexGridBase<T>)
    In This Topic
    Gets or sets whether the grid should generate columns automatically based on the itemsSource.
    Syntax
    'Declaration
     
    Public Overridable Property AutoGenerateColumns As Boolean
    public virtual bool AutoGenerateColumns {get; set;}
    See Also